Click or drag to resize

TimeDuration Constructor (DateTime, DateTime)

Initializes a new instance of the TimeDuration class.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public TimeDuration(
	DateTime startTime,
	DateTime endTime
)

Parameters

startTime
Type: SystemDateTime
endTime
Type: SystemDateTime
See Also